home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / CheeseHunt.swf / scripts / frame_10 / PlaceObject2_117_23 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2005-08-04  |  225 b   |  13 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.hero.hitTest(this) && _root.hero._y == 285.25)
  3.    {
  4.       this.gotoAndStop(2);
  5.       fx2.start();
  6.       fx2.setVolume(100);
  7.    }
  8.    else
  9.    {
  10.       this.gotoAndStop(1);
  11.    }
  12. }
  13.